<div class="input-group bootstrap-timepicker"> <input id="timepicker1" type="text" class="form-control"> <span class="input-group-addon"><i class="fa fa-clock-o"></i></span> </div>
@import "http://localhost/shared/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/css/bootstrap-timepicker.css"; @import "http://localhost/shared/components/modules/admin/forms/elements/bootstrap-timepicker/assets/custom/less/bootstrap-timepicker.less";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/js/bootstrap-timepicker.js?v=v1.2.3"></script> <script src="assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/custom/js/bootstrap-timepicker.init.js?v=v1.2.3"></script>
<div class="bootstrap-timepicker"> <input id="timepicker3" type="text" class="form-control" /> </div>
@import "http://localhost/shared/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/css/bootstrap-timepicker.css"; @import "http://localhost/shared/components/modules/admin/forms/elements/bootstrap-timepicker/assets/custom/less/bootstrap-timepicker.less";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/js/bootstrap-timepicker.js?v=v1.2.3"></script> <script src="assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/custom/js/bootstrap-timepicker.init.js?v=v1.2.3"></script>
<input id="timepicker5" type="text" class="form-control">
@import "http://localhost/shared/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/css/bootstrap-timepicker.css"; @import "http://localhost/shared/components/modules/admin/forms/elements/bootstrap-timepicker/assets/custom/less/bootstrap-timepicker.less";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/js/bootstrap-timepicker.js?v=v1.2.3"></script> <script src="assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/custom/js/bootstrap-timepicker.init.js?v=v1.2.3"></script>
<div class="input-group bootstrap-timepicker"> <input id="timepicker2" type="text" class="form-control" /> <span class="input-group-addon"><i class="fa fa-clock-o"></i></span> </div>
@import "http://localhost/shared/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/css/bootstrap-timepicker.css"; @import "http://localhost/shared/components/modules/admin/forms/elements/bootstrap-timepicker/assets/custom/less/bootstrap-timepicker.less";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/js/bootstrap-timepicker.js?v=v1.2.3"></script> <script src="assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/custom/js/bootstrap-timepicker.init.js?v=v1.2.3"></script>
<div id="timepicker4Modal" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"><h3 class="modal-title">A Timepicker Inside A Modal</h3></div> <div class="modal-body" style="overflow: visible;"> <div class="bootstrap-timepicker relativeWrapp" style="vertical-align: middle;"> <input id="timepicker4" class="form-control" value="10:35 AM" type="text" /> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary" data-dismiss="modal">OK</button> </div> </div> </div> </div> <a class="btn btn-primary" href="#timepicker4Modal" data-toggle="modal">Open Modal</a>
@import "http://localhost/shared/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/css/bootstrap-timepicker.css"; @import "http://localhost/shared/components/modules/admin/forms/elements/bootstrap-timepicker/assets/custom/less/bootstrap-timepicker.less";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/lib/js/bootstrap-timepicker.js?v=v1.2.3"></script> <script src="assets/components/modules/admin/forms/elements/bootstrap-timepicker/assets/custom/js/bootstrap-timepicker.init.js?v=v1.2.3"></script>